github.com/klauspost/compress/zstd.seqCoders.llEnc (field)
8 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L69: b.coders.llEnc = &fseEncoder{}
blockenc.go#L615: llEnc := b.coders.llEnc
blockenc.go#L840: llH := b.coders.llEnc.Histogram()
blockenc.go#L892: b.coders.llEnc.HistogramFinished(llMax, int(slices.Max(llH[:llMax+1])))
dict.go#L281: addHist(&ll, block.coders.llEnc.Histogram())
dict.go#L407: llTable, err := copyHist(block.coders.llEnc, &ll)
seqenc.go#L10: llEnc, ofEnc, mlEnc *fseEncoder
seqenc.go#L39: compareSwap(ll, &s.llEnc, &s.llPrev)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |